Skip to content

Add a dependency on newer Microsoft.Extensions.Primitives#95

Open
eerhardt wants to merge 3 commits intoWalkerCodeRanger:masterfrom
eerhardt:UpdateMSExtPrimitives
Open

Add a dependency on newer Microsoft.Extensions.Primitives#95
eerhardt wants to merge 3 commits intoWalkerCodeRanger:masterfrom
eerhardt:UpdateMSExtPrimitives

Conversation

@eerhardt
Copy link

Microsoft.Extensions.Primitives 5.0.1 was signed with a certificate that has expired. Anyone restoring SemVer with DOTNET_NUGET_SIGNATURE_VERIFICATION=true will fail to restore since that version is deprecated and the signing cert is expired.

The fix is to add a TFM for net8.0 and use the newer Microsoft.Extensions.Primitives version.

Microsoft.Extensions.Primitives 5.0.1 was signed with a certificate that has expired. Anyone restoring SemVer with DOTNET_NUGET_SIGNATURE_VERIFICATION=true  will fail to restore since that version is deprecated and the signing cert is expired.
…downgrade error

The Semver project was updated to Microsoft.Bcl.Memory 9.0.14, but the
test project still referenced 9.0.7, causing NU1605 (package downgrade)
and NU1903 (known vulnerability) restore errors.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant